home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 590 / 590.xpi / chrome / ipv6ident.jar / content / contents.rdf next >
Extensible Markup Language  |  2009-12-10  |  2KB  |  51 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.   xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> 
  4. <!--
  5.     ShowIP Firefox Extension
  6.     Copyright (C) 2007 Jan Dittmer <jdi@l4x.org>
  7.  
  8.     This program is free software; you can redistribute it and/or modify
  9.     it under the terms of the GNU General Public License as published by
  10.     the Free Software Foundation; either version 2 of the License, or
  11.     (at your option) any later version.
  12.  
  13.     This program is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public License
  19.     along with this program; if not, write to the Free Software
  20.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  21. -->
  22. <RDF:Seq about="urn:mozilla:package:root">
  23.     <RDF:li resource="urn:mozilla:package:ipv6ident"/>
  24. </RDF:Seq>
  25.  
  26. <RDF:Description about="urn:mozilla:package:ipv6ident"
  27.   chrome:displayName="ShowIP"
  28.   chrome:author="Jan Dittmer"
  29.   chrome:authorURL="http://l4x.org/showip"
  30.   chrome:name="ipv6ident"
  31.   chrome:extension="true"
  32.   chrome:description="Show the IP Address of the current site in the statusbar and allow some lookups.">
  33. </RDF:Description>
  34.  
  35. <RDF:Seq about="urn:mozilla:overlays">
  36.     <!-- firefox -->
  37.     <RDF:li resource="chrome://browser/content/browser.xul"/>
  38.     <!-- mozilla -->
  39.     <RDF:li resource="chrome://navigator/content/navigator.xul"/>
  40. </RDF:Seq>
  41.  
  42. <RDF:Seq about="chrome://browser/content/browser.xul">
  43.     <RDF:li>chrome://ipv6ident/content/ipv6ident.xul</RDF:li>
  44. </RDF:Seq>
  45.  
  46. <RDF:Seq about="chrome://navigator/content/navigator.xul">
  47.     <RDF:li>chrome://ipv6ident/content/ipv6ident.xul</RDF:li>
  48. </RDF:Seq>
  49.  
  50. </RDF:RDF>
  51.